*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/*Navigation Bar*/

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(246, 241, 229);
    padding: 15px;
    
  }
  
  .logo {
    font-size: 0; 
  }
  
  .logo img {
    max-height: 100px; 
  }
  
  .nav-links {
    display: flex;
    list-style-type: none;
    padding: 0;
  }
  
  .nav-item {
    margin-right: 20px;
  }
  
  .nav-link {
    text-decoration:none;
    color: black;
    transition: color 0.3s ease;
    font-weight: 500;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font: bold;

  }
  .nav-link:hover {
    color: rgb(156, 230, 156);
  }
  
  .search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid lightgray;
    padding: 5px;
    border-radius: 200x;
  }
  
  .search-bar input[type="text"] {
    border: none;
    outline: none;
    padding: 5px;
    font-size: 14px;
  }

  /* Cart Icon */
.cart-icon {
  margin-left: 10px; 
}

.cart-img {
  max-height: 40px; 
  transition:1.0s ease-in-out;
}

.cart-img:hover {
  transform: scale(1.1);
}

  p{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }

  h3{
    font-size: 20px;
  }

  /*About us info*/

  .section{
    width: 100%;
    min-width: 100vh;
    height: 70vh;
    background-color: #f9f8f5;
    transition: 1.2s;
  }

  /*.section:hover{
    background-color: #000000;
    color:#fff;
    border-radius: 50px;
  }*/

  .container{
    width: 80%;
    display: block;
    margin: auto;
    padding-top: 100px;
  }

  .content-section{
    float: left;
    width: 55%;
  }

  .image-section{
    float: right;
    width: 40%;
  }

  .image-section img{
    width:100%;
    height:auto;
  }

  .content-section .title{
    text-transform: uppercase;
    font-size: 22px;
  }

  .content-section .content{
    margin-top: 20px;
    color: #5d5d5d;
  }

  .content-section .content p{
    margin-top: 10px;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.5;
  }

  /*.content-section .content p:hover{
    color:#fff;
  }*/

  .content-section .content .button{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .content-section .content .button a{
    background-color: #3d3d3d;
    padding: 10px 38px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1.5px;
    transition: 0.5s ease-in-out;
  }

  .content-section .content .button a:hover{
    background-color: rgb(212, 249, 212);
    color: #000;
  }

  /* Summary Table Styling */

.table_1{
  text-align: center;
  padding-top: 3%;
  padding-bottom: 3%;
  width: 100%;
  margin: 0;
}

.color{
  background-color: rgb(249, 241, 231);
}
.color:hover{
  background-color: #e1f1d2;
}

.table_1 table{
  width: 100%;
  border-collapse: collapse;
}

.table_1 th{
  font-size: large;
  text-shadow: 1px black;
}

.table_1 td{
  text-align: center;
  border: 1px solid;
}
.col1 h1{
  text-shadow: 1px 0px;
}
.table_1 p{
  font-size: x-large;
  font-weight: bolder;
  background: #f3efdc;
  position: static;
  opacity: 80%;
  margin: 0;
  padding: 0;
}

.table_1 tfoot{
  text-align: center;
  font-size: large;
  font-style: italic;
}

/* branches*/

.branch-sec p{
  font-size: x-large;
  font-weight: bolder;
  background: #f3efdc;
  position: static;
  opacity: 80%;
  margin: 0;
  padding: 0;
}

.branch-sec{
  text-align: center;
  padding-top: 1%;
  padding-bottom: 3%;
  width: 100%;
  margin: 0;
}


h3{
  text-align: center;
  font-weight: 600;
  margin: 10px 0;
}

/*branch1*/

.cont{
    width: 83%;
    min-width: 100vh;
    height: 115vh;
    background-color: #f9f8f5;
    margin-left: 9%;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5), -5px 5px 5px rgba(0, 0, 0, 0.5);
    transition: 0.5s ease-in;
}

.heading{
  margin-left: 30%;
}

.cont:hover{
  transform: scale(1.1);
}

.branch-img {
  width: 90%;
  margin-left: 50px;
  margin-top: 10px;
}

.branch-img-img {
  height: 60vh;
  width: 100%;
}

.info-section{
  float: left;
  width: 55%;
}

.map-section{
  float: right;
  width: 45%;
  margin-top: -6%;
  
}

.map-section iframe{
  width:100%;
  height:35vh;
  margin-left: 40px;
}

.info-section .content{
  margin-top: -60px;
  color: #2d2c2c;
}

.info-section .content p{
  margin-top: 10px;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

  /*footer styling*/

  .container1{
    max-width: 1100px;
    margin: auto;
  }
  
  .row1{
    display: flex;
    flex-wrap: wrap;
  }
  
  .list{
    list-style: none;
  }
  
  .footer{
    background-color:#ac9a89;
    padding: 60px 0;
  }
  
  .footer-col{
    width: 25%;
    padding: 0 14px;
  }
  
  .footer-col h4{
    font-size: 18px;
    color: #412206;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
  }
  
  .footer-col h4::before{
    content: '';
    position: absolute;
    left: 0px;
    bottom: -10px;
    background-color: rgb(89, 46, 9);
    height: 2px;
    box-sizing: border-box;
    width: 50px;
  }
  
  .footer-col ul li{
    margin-bottom: 10px;
  }
  
  .footer-col ul li a{
    font-size: 16px;
    font-weight: 300;
    color: #311c01;
    text-decoration: none;
    display: block;
    transition: all 0.5s ease;
  }
  
  .footer-col ul li a:hover{
    color: rgb(33, 119, 38);
    padding-left: 8px;
  }
  
  .footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(19, 18, 18, 0.2);
    margin:0 10px 10px 0;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color:#fff;
    transition: all 0.5s ease;
  }
  
  .footer-col .social-links a:hover{
    color: #acf096;
    background-color: #000;
  }
  
  @media(max-width:767px){
    .footer-col{
      width: 50%;
      margin-bottom:30px 
    }
    
  }
  
  @media (max-width:574){
    .footer-col{
      width: 100%;
     
    }
    
  }
  
  @media (max-width:930px) and (min-width:200px){
    html, body {
    overflow-x: hidden;
    }
    .navbar {
      flex-direction: column;
      width: 100%;
    }
  
    .nav-links {
      flex-direction: column;
      align-items: center;
    }
  
    .nav-item {
      margin-right: 0;
      margin-bottom: 10px;
    }
  
    .search-bar {
      width: 100%;
    }

    .section{
      width: 100%;
      min-width: 100vh;
      height: 100vh;
    }

    .content-section .title{
      text-align: center;
      margin-right: 33%;
      margin-top: -50px;
    }

    .content-section .content{
      margin-top: 10px;
      margin-right: 39%;
      text-align: center;
    }

    .image-section{
      width:50%;
      height:30vh;
      margin-left: -8.2%;
      float: none;
    }

    .content-section .content{
      margin-right: 30%;

    }

    .cont{
      min-width: 40vh;
      height: 90vh;
      background-color: #f9f8f5;
      margin-left: 6%;
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5), -5px 5px 5px rgba(0, 0, 0, 0.5);
      transition: 0.5s ease-in;
  }
  
    .cont:hover{
      transform: scale(1.01);
  }

  .heading{
    margin-left: 8%;
    font-size: 20px;
  }

  .branch-img {
    width: 90%;
    margin-left: 20px;
    margin-top: 10px;
  }
  
  .branch-img-img {
    height: 26vh;
    width: 100%;
  }

  .info-section{
    float:none;
    width: 100%;
    line-height: 1.0;
  }
  
  .map-section{
    float: none;
    width: 100%;
    margin-top: 5.2%;
    
  }
  
  .map-section iframe{
    width:100%;
    height:19vh;
    margin-left: 1%;
  }
  
  }
  
 /*ipad mini*/
  @media (max-width:820px)  {

    .section{
      height: 80vh;
    }

    .content-section .title{
      margin-right:-20%;
    }

    .image-section{
      width:60%;
      height:40vh;
      margin-left: 3%;
      float: none;
    }

    .content-section .content{
      margin-right: -22%;

    }
  }

  /*iphone SE*/
  
  @media (max-width:375px) {
    .section{
      height: 150vh;
    }

    .image-section{
      width:60%;
      margin-left: -7%;
    }

    .cont{
      height: 125vh;
      margin-left: 8%;
  }

  }

  /*samsung 20*/
  @media (max-width:412px){
    .section{
      height: 110vh;
    }

    .image-section{
      width:50%;
      margin-left: -9%;
    }

    .cont{
      height: 100vh;
  }

  }

    /*surface pro*/
    @media (max-width:912px) {

      .section{
        height: 60vh;
      }
  
      .content-section .title{
        margin-right:-20%;
      }
  
      .image-section{
        width:60%;
        height:40vh;
        margin-left: -1%;
        float: none;
      }
  
      .content-section .content{
        margin-right: -22%;
  
      }
      .cont{
        height: 70vh;
    }
    }

     /*surface duo*/
     @media (max-width:540px) {

      .section{
        height: 110vh;
      }
  
      .content-section .title{
        margin-right:-20%;
      }
  
      .image-section{
        width:60%;
        height:40vh;
        margin-left: 3%;
        float: none;
      }
  
      .content-section .content{
        margin-right: -22%;
  
      }
      .cont{
        height: 110vh;
    }
    }

.dropdown-menu {
  list-style-type: none;
  display: none;
  position: absolute;
  background-color: rgb(246, 241, 229);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-menu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item:hover{  
  color: #acf096;
}